projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7682d2
)
Add containment module to CSS property list
author
Simen Heggestøyl
<simenheg@gmail.com>
Sun, 10 May 2020 10:14:21 +0000
(12:14 +0200)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Sun, 10 May 2020 12:55:20 +0000
(14:55 +0200)
* lisp/textmodes/css-mode.el (css-property-alist): Add new properties
from CSS Containment Module Level 1.
lisp/textmodes/css-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/css-mode.el
b/lisp/textmodes/css-mode.el
index 3f581c539c6d4d95167307e54d5c0a37bb1fc811..ab9e2dc35ec9499372fb4e63477723e3847dc95e 100644
(file)
--- a/
lisp/textmodes/css-mode.el
+++ b/
lisp/textmodes/css-mode.el
@@
-276,6
+276,10
@@
("color" color)
("opacity" alphavalue)
+ ;; CSS Containment Module Level 1
+ ;; (https://www.w3.org/TR/css-contain-1/#property-index)
+ ("contain" "none" "strict" "content" "size" "layout" "paint")
+
;; CSS Grid Layout Module Level 1
;; (https://www.w3.org/TR/css-grid-1/#property-index)
("grid" grid-template grid-template-rows "auto-flow" "dense"